@charset "gbk";
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑", "宋体";
  font-size: 14px;
  /* background: url(http://f2.fj.chinanews.com/2022/images/index/header.png) no-repeat center top #f5f5f5; */
  background-color: #fff;
  /* background: url(http://f2.fj.chinanews.com/2022/images/index/beijing.jpg) no-repeat center bottom; */
  /* background: url(http://f2.fj.chinanews.com/2022/images/index/bottom.png) no-repeat center bottom; */
  background-size: 100%;
}
.taohong{
  background: url(http://f2.fj.chinanews.com/2022/images/index/banner.jpg) no-repeat center top #f5f5f5;
  position: relative;
  height: 183px;
}
a {
  cursor: pointer;
}
img {
  visibility: hidden;
}
img[src] {
  visibility: visible;
}
img::after {
  content: attr(alt);
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.2s;
}
img:hover::after {
  transform: translateY(0);
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.swiperImg{
  height: 500px;
  width: 780px;
}
#id2{
  height: 500px;
  position: relative;
}
.arrow-left{
  position: absolute;
  top: 464px;
  left: 30px;
  display: inline-block;
  width: 50px;
  height: 36px;
  background: url(http://f2.fj.chinanews.com/2022/images/index/zuo05.png) no-repeat;
  z-index: 99;
  cursor:pointer
}
span.lbtSpan {
  display: inline-block;
    position: absolute;
    top: 454px;
    left: 180px;
    width: 60% !important;
    /* text-align: center; */
    z-index: 99;
    color: #fff;
    font-size: 22px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-right{
  position: absolute;
  top: 462px;
  left: 700px;
  display: inline-block;
  width: 50px;
  height: 36px;
  background: url(http://f2.fj.chinanews.com/2022/images/index/you05.png) no-repeat;
  z-index: 99;
  cursor:pointer
}
.img-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.beijing{
  background: url(http://f2.fj.chinanews.com/2022/images/index/zgxww.png) no-repeat;
  width: 1100px;
  height: 100px;
  position: absolute;
  top: 40px;
  left: 360px;
}
.searchInput{
  position: relative;
  top: 50px;
  left: 600px;
  width: 233px;
  /* height: 35px; */
  /* line-height: 35px; */
  /* border: 1px solid #000; */
}
.coloBoxsmall{
  position: relative;
  display: inline-block;
}
.coloImgText {
  position: absolute;
  top: 202px;
  left: 0px;
  width: 375px;
  height: 40px;
  background-image: linear-gradient(to top, #10100d, rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.coloImgTextss {
  position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    width: 190px;
    height: 54px;
    background-image: linear-gradient(to top, #10100d, rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.iconSeach {
  /* background: url(http://f2.fj.chinanews.com/news/icon_search.png) #9b9b9b center no-repeat; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/sousuoLogo.jpg) no-repeat;
  width: 36px;
  height: 34px;
  position: absolute;
  top: 0px;
  left: 181px;
  cursor:pointer
}
.shouji{
  background: url(http://f2.fj.chinanews.com/2022/images/index/shouji.png) no-repeat center;
  position: absolute;
  top: -11px;
  left: 237px;
  width: 50px;
  height: 50px;
}
.shoujiSpan{
  position: absolute;
  top: 13px;
  left: 45px;
  width: 55px;
  height: 20px;
  color: #cb161b;
  font-size: 18px;
  cursor:pointer
}
.diannao{
  background: url(http://f2.fj.chinanews.com/2022/images/index/diannao.png) no-repeat center;
  position: absolute;
  top: -11px;
  left: 340px;
  width: 50px;
  height: 50px;
}
.diannaoSpan{
  position: absolute;
  top: 13px;
  left: 50px;
  width: 55px;
  height: 20px;
  color: #cb161b;
  font-size: 18px;
  cursor:pointer
}
.menu-box {
  width: 1204px;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
}
.menu-box ul > li {
  float: left;
  position: relative;
}
.menu-box ul > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding-left: 80px;
  text-align: left;
  cursor: pointer;
}
.menu-box ul > li:first-child > a {
  padding-left: unset;
}
.menu-box .action > a {
  color: #000;
}
.menu-box1{
  position: relative;
  top: 197px;
  left: 0;
  height: 40px;
  /* padding-left: 325px; */
  width:100%;
  line-height: 40px;
  background-color: #f6f6f6;
  display: inline-block;
  margin-top: -20px;
  /* width: 1578px; */
  border-top: 3px solid #cc1c21;
  text-align:center
}
.menu-box1 li{
  display: inline-block;
  /* margin-top: 200px; */
  font-size: 16px;
  margin-right: 47px;
}
.menu-box1 li a:hover{
  color: red;
}
.menu-box1 li:last-child{
  
  margin-right: 0px;
  
}
.header-box {
  width: 1204px;
  margin: 50px auto 35px;
  overflow: hidden;
}
.header-box .logo {
  float: left;
  background: url(http://f2.fj.chinanews.com/2022/images/index/logo.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  width: 370px;
  height: 93px;
}
.header-box .search-box {
  margin: 30px auto 30px;
  float: right;
  display: block;
}
.header-box .search-input {
  border-radius: unset;
  border: 1px solid #fff;
  background: unset;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  width: 200px;
}
.header-box .search-input input {
  background: unset;
  padding-left: 5px;
}
.header-box .client {
  display: inline-block;
  font-size: 16px;
}
.header-box .client .client-item {
  display: table-cell;
}
.header-box .client .client-item i {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.header-box .client .client-item span {
  color: #fff;
  vertical-align: middle;
}
.header-box .client .mobile-client {
  padding-left: 24px;
}
.header-box .client .mobile-client i {
  width: 19px;
  height: 33px;
  background: url("http://f2.fj.chinanews.com/2022/images/index/icon_phone.png") no-repeat;
}
.header-box .client .pc-client {
  padding-left: 10px;
}
.header-box .client .pc-client i {
  width: 33px;
  height: 33px;
  background: url("http://f2.fj.chinanews.com/2022/images/index/icon_pc.png") no-repeat;
}
.main-box {
  margin: 0 auto;
  width: 1260px;
  
}
.main {
  /* background: rgba(255, 255, 255, 0.7); */
  /* box-shadow: 0px 0px 25px 0px #00000040; */
  
}
.main-news {
  height: 670px;
  /* padding: 25px 30px; */
  padding: 25px 30px 45px 30px;
  /* background-image: url(http://f2.fj.chinanews.com/2022/images/index/main-news.png); */
  background-size: 100% 100%;
  background-color: #f6f6f6
}
.news-box {
  margin-top: 35px;
}
.news-box .left {
  width: 780px;
  height: 500px;
  background-color: #f6f6f6;
  display: inline-block;
}
.newsBoxImg{
  width: 800px;
  height: 500px;
}
.title-Imgs{
  vertical-align: middle;
}
.news-box .left .black {
  background: url(http://f2.fj.chinanews.com/2022/images/index/news_black.png) no-repeat center bottom;
  background-size: 100%;
  width: 708px;
  height: 120px;
  position: relative;
  bottom: 123px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 155px;
  cursor: pointer;
}

.title-Texts{
  padding-left: 5px;
  /* height: 44px; */
  /* display: inline-block; */
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
}
.title-Texts:hover{
  color: #c11920;
}
.news-top .title {
  display: inline-block;
  font-size: 30px;
  color: #c11920;
  font-weight: bold;
  margin-top: -6px;
  /* margin-bottom: 15px */
}
.news-top .title::after {
  content: "NEWS";
  background-image: linear-gradient(to right, rgba(124, 124, 124, 0.5), rgba(255, 255, 255, 0));
  position: relative;
  color: #b3b3b3;
  padding: 0 25px 0 50px;
  top: 15px;
  left: -45px;
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}
.news-top .more {
  float: right;
  margin-top: 35px;
  color: #9a9a9a;
  margin-right: 10px;
  cursor: pointer;
}
.news-top .newsBorder {
  font-size: 25px;
  border-left: 8px solid red;
  margin-right: 5px;
}
.bf {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 45px;
  left: 15px;
}
.icon-more {
  background: url(http://f2.fj.chinanews.com/2022/images/index/icon_more.png) no-repeat center center;
  background-size: 100% 100%;
  width: 7px;
  position: absolute;
  height: 6px;
  margin-top: 8px;
  margin-left: 5px;
}
.right-news-list .title-top {
  width: 380px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-align: left;
  -webkit-box-orient: vertical;
  cursor: pointer;
  /* overflow:hidden;  */
  /* text-overflow:ellipsis; */
  /* white-space: nowrap; */

}
.right-news-list .title-top1 {
  width: 380px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 35px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-align: left;
  -webkit-box-orient: vertical;
  cursor: pointer;
  /* overflow:hidden;  */
  /* text-overflow:ellipsis; */
  /* white-space: nowrap; */

}
.right-news-list .title-top:hover {
  text-decoration: underline;
}
.right-news-list .title-bottom{
  width: 380px;
  font-size: 16px;
  margin: 7px 0;
  cursor:pointer;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
}
.title-bottom:hover{
  color:#c11920;
}
.title-bottom1{
  font-size: 16px;
  /* margin: 14px 0; */
  cursor:pointer;
  width: 380px;
  height: 44px;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
  
}
.right-news-list ul {
  margin-top: 45px;
}
.right-news-list li {
  background-image: linear-gradient(to top, rgba(124, 124, 124, 0.3), rgba(124, 124, 124, 0));
  width: 100%;
  height: 42px;
  position: relative;
  margin-top: 16px;
}
.right-news-list .title {
  padding: 0px 16px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  cursor: pointer;
}
.right-news-list .title::after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.right-news-list .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.right-news-list {
  margin-right: -8px;
}
.special-tab {
  background: url(http://f2.fj.chinanews.com/2022/images/index/tab.png) no-repeat center center;
  background-size: 100% 100%;
  width: 171px;
  height: 38px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 38px;
  color: white;
  font-size: 16px;
  left: 22px;
  top: -11px;
}
.main-special {
  height: 286px;
  position: relative;
  background-color: #f6f6f6;
}
.title-bottom:nth-child(4){
  margin-bottom: 10px;
}
.main-special .special-title {
  position: absolute;
  left: 50px;
  top: 20px;
  color: #c11920;
  font-size: 25px;
  font-weight: bold;
}
.main-special .special-border{
  font-size: 20px;
  border-left: 5px solid #c11920;
  margin-right: 10px;
  margin-left: -20px;
}
.special-border1{
  font-size: 20px;
  border-left: 5px solid #c11920;
  margin-right: 10px;
  /* margin-left: 50px; */
}
.main-special .content-box {
  display: block;
  position: relative;
  width: 1230px;
  padding: 75px 0 30px;
  margin: 0px 15px;
}
.main-special .special-content {
  display: inline-block;
  margin: 0 7px;
}
.main-special .special-content p::after {
  content: "";
  margin-bottom: 2px;
  display: block;
  width: 42px;
  height: 1px;
  position: relative;
  bottom: -10px;
  border-bottom: solid 1px #c73037;
}
.main-special .special-content a:hover {
  color: #c11920;
}
.main-special .special-content img:hover {
  transform: scale(1.1);
}
.special-texts{
  display: inline-block;
  position: absolute;
  top: 65px;
  margin-left: 20px;
  width: 373px;
}
.special-texts .more{
  float: right;
  color: #9a9a9a;
  margin-top: -50px;
  margin-right: 25px;
}
.special-title1{
  position: absolute;
  top: -55px;
  font-size: 22px;
  font-weight: bold;
}
.special-img{
  width: 260px;
  height: 135px;
}
.main-tongxin {
  height: 393px;
}
.main-tongxin .img-box {
  float: left;
  width: 600px;
  height: 100%;
}
.main-tongxin img:hover {
  transform: scale(1.2);
}
.main-tongxin .tongxin-right {
  width: 480px;
  float: right;
  padding: 60px 60px 17px;
}
.main-tongxin .tongxin-right .describe {
  color: #595959;
  font-size: 14px;
  text-align: justify;
  text-indent: 2em;
  line-height: 25px;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-tongxin .tongxin-right .title {
  font-size: 25px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-tongxin .tongxin-right .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.tongxin-news-box {
  height: 368px;
  margin-top: 30px;
  display: inline-block;
  font-size: 0;
}
.tongxin-news-box .tongxin-new {
  width: 345px;
  background-color: #fff;
  padding: 20px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.tongxin-news-box .img-box {
  height: 214px;
  margin-bottom: 20px;
}
.tongxin-news-box img:hover {
  transform: scale(1.2);
}
.tongxin-news-box .new-title {
  display: block;
  padding-top: 5px;
  border-top: 2px solid;
}
.tongxin-news-box .title {
  float: left;
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tongxin-news-box .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.tongxin-news-box .blank {
  margin-top: 25px;
  display: inline-block;
  font-size: 14px;
}
.tongxin-news-box .tongxin-new:nth-child(2) {
  margin: 0 24px;
}
.col-box {
  display: block;
  position: relative;
  height: 107px;
  /* margin-bottom: 15px; */
  margin-top: -25px;
}
.col-title {
  /* background: url(http://f2.fj.chinanews.com/2022/images/index/round.png) no-repeat left center; */
  background-position-y: 100%;
  width: 300px;
  line-height: 107px;
  height: 100%;
  float: left;
  font-size: 34px;
  /* padding-left: 30px; */
  color: #c11920;
  font-weight: bold;
}
.col-title1 {
  /* background: url(http://f2.fj.chinanews.com/2022/images/index/round.png) no-repeat left center; */
  background-position-y: 100%;
  width: 300px;
  line-height: 107px;
  height: 100%;
  float: right;
  font-size: 34px;
  margin-right: 95px;
  color: #c11920;
  font-weight: bold;
}
.coloText {
  font-size: 16px;
}
.colo-title{
  /* background-position-y: 100%; */
  width: 100px;
  display: inline-block;
  height: 100%;
  /* padding-left: 10px; */
  font-size: 35px;
  color: #c11920;
  font-weight: bold;
  margin-bottom: 30px;
}
.colo-title:nth-child(3){
  width: 70px;
}
.colo-title2{
  /* background-position-y: 100%; */
  width: 428px;
  display: inline-block;
  height: 100%;
  /* padding-left: 10px; */
  font-size: 35px;
  color: #c11920;
  font-weight: bold;
  
}
.colo-title2:nth-child(3){
  width: 70px;
}
.main-box1 {
  margin: 0 auto;
  width: 1260px;
  margin-top: 250px;
}
.colo-title1{
  /* background-position-y: 100%; */
  width: 100px;
  display: inline-block;
  height: 100%;
  /* padding-left: 10px; */
  font-size: 35px;
  color: #c11920;
  font-weight: bold;
  margin-left: 10px;
}
.col-more {
  float: right;
  background: url(http://f2.fj.chinanews.com/2022/images/index/more.png) no-repeat right center;
  background-position-y: 100%;
  width: 201px;
  height: 100%;
  font-size: 14px;
  line-height: 107px;
  text-align: right;
  color: #c73037;
  cursor: pointer;
}
.col-more1 {
  float: left;
  margin-left: 310px;
  background: url(http://f2.fj.chinanews.com/2022/images/index/more.png) no-repeat right center;
  background-position-y: 100%;
  width: 201px;
  height: 100%;
  font-size: 14px;
  line-height: 107px;
  text-align: right;
  color: #c73037;
  cursor: pointer;
}
.blank {
  border: 1px solid #595959;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  padding-top: 1px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
.main-videoBox{
  height: 490px;
  /* background-color: pink; */
}
.space {
  padding-top: 54px;
  padding-bottom: 0;
}
.ellipsis {
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  font-size: 14px;
}
.videoBoxleft{
  float: left;
  position: relative;
  background-color: #f6f6f6;
}
.videoBoxleftImg{
  width: 640px;
  height: 427px;
}
.videoBoxleftText:hover{
  cursor:pointer;
  color: #cb161b;
}
.videoBoxrightText:hover{
  cursor:pointer;
  color: #cb161b;
}
.videoBoxleftText{
  width: 600px;
  font-weight: bold;
  font-size: 18px;
  margin: 20px;
  color: #000000;
  overflow:hidden; 
text-overflow:ellipsis;
white-space: nowrap;

}
.videoBoxright{
  /* float: right; */
}
.videoBoxleftIcon{
  position: absolute;
  left: 110px;
  top: 70px;
  background: url(http://f2.fj.chinanews.com/2022/images/index/play.png);
  width: 65px;
  height: 65px;
  cursor:pointer
}
.videoBoxleftIcon1{
  position: absolute;
  left: 45%;
  top: 35%;
  background: url(http://f2.fj.chinanews.com/2022/images/index/play.png);
  width: 65px;
  height: 65px;
  cursor:pointer
}
.videoBoxrightText{
  width: 275px;
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 21px;
  font-weight: bold;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
}
.videoBoxrightDiv {
  /* display: inline-block; */
  display: inline-table;
  margin-left: 32px;
  position: relative;
}

.coloImg:hover{
  transform: scale(1.1);
  cursor:pointer
}
.coloImgsmall:hover{
  transform: scale(1.1);
  cursor:pointer
}
.coloText:hover{
  color:#cb161b;
  cursor:pointer
}
.coloText1:hover{
  color:#cb161b;
  cursor:pointer
}
.coloText1{
  margin-bottom: 15px;
  margin-left: 18px;
  width: 370px;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
font-size: 16px;
}
.coloImg{
  position: relative;
  margin: 0 0 10px 0;
  
}
.coloImgBig{
  width: 395px;
  height: 240px;
  /* margin-right: 28.5px; */
}
.coloText{
  margin-bottom: 15px;
  margin-left: 30px;
  width: 370px;
  font-size: 16px;
}

.coliBox{
  display: inline-table;
  width: 390px;
  margin-right: 25px;
  background-color: #f6f6f6;
}
.coliBox:nth-child(3) {
  margin-right: 0;
}
.coliBox1{
  display: inline-block;
  margin-left: 3px;
}
.coloDiv{
  position: relative;
}
.coloImgsmall{
  position: absolute;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 10px;
}
.coloImgsmal5{
  position: absolute;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 0px;
}
.coloImgsmall1{
  position: absolute;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 475px;
}
.coloBoxsmall:hover{
  transform: scale(1.1);
cursor:pointer;
}
.wenhuaTexts{
  width: 320px;
  padding-left: 470px;
  font-size: 16px;
  margin: 3px 0px 0px 25px;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
}
.wenhuaTexts:hover{
  cursor:pointer;
 color:#cb161b
}
.coloBox2 {
  margin-bottom: 28px;
  width: 830px;
  height: 285px;
}
.main-mintai-first {
  height: 335px;
  display: flex;
}
.main-mintai-first .img-box {
  width: 497px;
  height: 100%;
  display: inline-block;
  box-shadow: unset;
}

.main-mintai-first .img-box:hover {
  box-shadow: 0px 0px 25px 0px #00000040;
}
.main-mintai-first .img-shadow {
  position: relative;
  height: 85px;
  top: 250px;
  left: 0;
  font-size: 20px;
  line-height: 115px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.mintai-news {
  display: inline-block;
  height: 100%;
  width: 325px;
  margin-left: 28px;
  box-shadow: unset;
}
.mintai-news .img-box {
  width: 100%;
  height: 211px;
}
.mintai-news .new-title {
  display: block;
  padding: 17px;
}
.mintai-news .title {
  font-size: 17px;
  margin-bottom: unset;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mintai-news .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.mintai-news .blank {
  margin-top: unset;
  font-size: 14px;
}
.wenhuaRightText{
  margin-left: 220px;
  margin-top: -115px;
  font-size: 18px;
  font-weight: bold;
}
.wenhuaRightText:hover{
  cursor:pointer;
 color:#cb161b
}
.wenhuaRightText {
  margin-bottom: 70px;
}
.wenhuaRightTexts:hover{
  cursor:pointer;
 color:#cb161b
}
.wenhuaRightTexts{
  margin-bottom: 17px;
  display: inline-block;
  width: 360px;
  /* overflow:hidden;  */
/* text-overflow:ellipsis; */
/* white-space: nowrap; */
  font-size: 16px;
}
.wenhuaRightBox{
  height: 142px;
  margin-bottom: 40px;
  background-color: #f6f6f6;
}
.coloImgsmall2{
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.coloImgsmall3{
  vertical-align: top;
  margin-right: 5px;
  margin-top: 4px;
  margin-left: 10px;
}
.zxjzBeijing{
  background: url(http://f2.fj.chinanews.com/2022/images/index/zuihoushang2.jpg) no-repeat ;
  background-size: 100% 65%;
  background-position:bottom;
  padding-bottom: 10px;
}
.wenhuaRightxia{
  position: relative;
  height: 42px;
  margin-top: 5px;
}
.mintai-news:hover {
  box-shadow: 0px 0px 25px 0px #00000040;
}
.wenhuaTuBox{
  position: relative;
  
}
.wenhuaTuImg{
  position: absolute;
  width: 457px;
  height: 285px;
}
.wenhuaTuImg:hover{
  transform: scale(1.05);
  cursor:pointer
}
.coloBox2Img{
  width: 195px;
  height: 115px;
  margin-right: 9px;
}

.wenhuaRightImg{
  width: 207px;
  height: 142px;
}
.wenhuaRightImg:hover{
  transform: scale(1.1);
  cursor:pointer
}
.dijiImg1{
  width: 196px;
  height: 115px;
  margin-right: 10px;
}
.dijiImg1:hover{
  transform: scale(1.1);
  cursor:pointer
}
.dijiImg:hover{
  transform: scale(1.1);
  cursor:pointer
}
.dijiImg1:nth-child(4){
  margin-right: 0px;
}
.dijiText:hover{
  cursor:pointer;
 color:#cb161b
}
.wenhuaLeft{
  width: 830px;
  height: 400px;
  /* background-color: pink; */
  display: inline-block;
  margin-right: 30px;
  vertical-align:top
}
.wenhuaText{
  padding-left: 457px;
  font-size: 21px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 10px;

}
.wenhuaText:hover{
  cursor:pointer;
  color:#cb161b
}
.wenhuaRight{
  width: 390px;
  height: 400px;
  /* background-color: yellowgreen; */
  display: inline-block;

}
.main-mintai-second {
  height: 254px;
  margin-top: 43px;
  box-shadow: unset;
}
.main-mintai-second .img-box {
  float: left;
  width: 330px;
  height: 254px;
}
.main-mintai-second .new-title {
  float: right;
  width: 215px;
  padding: 32px 30px 0 25px;
}
.main-mintai-second .title {
  font-size: 17px;
  text-align: justify;
  font-weight: bold;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-mintai-second .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.main-mintai-second .describe {
  font-size: 17px;
  line-height: 25px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-mintai-second .strip {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 52px;
  height: 3px;
  margin-right: 4px;
  background-color: #c11920;
}
.main-mintai-second:hover {
  box-shadow: 0px 0px 25px 0px #00000040;
}
.main-jinji {
  height: 672px;
  font-size: 0;
}
.main-jinji .left {
  display: inline-block;
  vertical-align: top;
  width: 531px;
  height: 100%;
}
.main-jinji .left .img-box {
  width: 100%;
  height: 371px;
}
.main-jinji .left .blank {
  font-size: 14px;
  margin: 0 30px 10px;
}
.info-box {
  padding: 45px 80px 0px 40px;
  text-align: justify;
  min-height: 95px;
}
.info-box .title {
  font-size: 25px;
  font-weight: bold;
  margin-top: unset;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.info-box .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.info-box p {
  font-size: 15px;
  text-indent: 2em;
  line-height: 25px;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #595959;
}
.jinji-new {
  width: 290px;
  height: 305px;
  padding: 10px;
  display: inline-block;
  margin-left: 22px;
  margin-bottom: 22px;
  vertical-align: top;
}
.jinji-new .img-box {
  height: 186px;
  margin-bottom: 15px;
}
.jinji-new .new-title {
  display: block;
  padding-top: 5px;
  border-top: 2px solid;
}
.jinji-new .title {
  display: inline-block;
  width: 80%;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: unset;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.jinji-new .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.jinji-new .time {
  font-size: 11px;
  text-align: right;
}
.main-inji-frist {
  height: 470px;
  font: size 0;
  display: flex;
}
.main-inji-frist .img-box {
  width: 778px;
  height: 100%;
  display: inline-block;
}
.main-inji-frist img:hover {
  transform: scale(1.2);
}
.main-inji-frist .img-shadow {
  position: relative;
  height: 135px;
  top: 335px;
  left: 0;
  line-height: 190px;
  font-size: 20.83px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-inji-frist .yinji-new {
  display: inline-block;
  height: 100%;
  width: 385px;
  margin-left: 43px;
}
.main-inji-frist .yinji-new .img-box {
  width: 100%;
  height: 235px;
  margin: 25px auto;
}
.main-inji-frist .yinji-new .new-title {
  display: block;
  padding: 0 17px;
}
.main-inji-frist .yinji-new .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: justify;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main-inji-frist .yinji-new .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.main-inji-frist .yinji-new .describe {
  font-size: 15px;
  text-indent: 2em;
  line-height: 25px;
  margin-bottom: 5px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #595959;
}
.main-inji-frist .yinji-new .blank {
  margin-top: unset;
}
.main-inji-second {
  height: 360px;
  margin-top: 33px;
}
.inji-new {
  width: 385px;
  height: 360px;
  display: inline-block;
  vertical-align: top;
}
.inji-new .img-box {
  height: 240px;
  margin-bottom: 15px;
}
.inji-new img:hover {
  transform: scale(1.2);
}
.inji-new .new-title {
  display: block;
  padding: 0 25px;
}
.inji-new .title {
  font-size: 18px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: unset;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.inji-new .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.inji-new .time {
  font-size: 11px;
  text-align: right;
}
.inji-new:nth-child(2) {
  margin: 0 20px;
}
.main-video {
  height: 532px;
}
.main-video .left {
  /* border: 1px solid #c11920; */
  border-radius: 10px;
}
.main-video .icon-video {
  background-image: url(http://f2.fj.chinanews.com/2022/images/index/play.png);
  width: 65px;
  height: 65px;
  margin: 0 229px;
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.main-video .img-box {
  width: 100%;
  height: 352px;
}
.main-video .img-box::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.main-video .info-box {
  padding: 25px 70px 0px 30px;
}
.main-video .right {
  position: relative;
}
.video-box {
  display: block;
  width: 623px;
  margin-left: 10px;
}
.video-one {
  width: 263px;
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #c11920;
  border-radius: 10px;
}
.video-one .img-box {
  width: 100%;
  height: 180px;
  position: relative;
}
.video-one .icon-video {
  margin: 0 96px;
}
.page-box {
  padding-left: 35px;
  margin-top: 55px;
  display: block;
  position: relative;
}
.page-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #c2c2c2;
}
.page-btn:hover {
  background-color: #c11920;
}
.pre-btn {
  margin-right: 10px;
}
.pre-btn::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -5px;
}
.next-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 50%;
  margin-right: -5px;
  top: 11px;
}
.video-background {
  position: absolute;
  background: url(http://f2.fj.chinanews.com/2022/images/index/video-bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  margin-top: -50px;
  width: 370px;
  height: 80px;
  right: -10px;
}
.zhongxinTiao{
  display: inline-block;
  margin-left: -140px;
  margin-top: 48px;
  width: 700px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhongxinTiao.png);
}
.txyTiao{
  display: inline-block;
  margin-left: -140px;
  margin-top: 48px;
  width: 820px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhongxinTiao.png);
}
.zxjzTiao{
  display: inline-block;
  margin-left: -120px;
  margin-top: 48px;
  width: 820px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhongxinTiao.png);
}
.main-book {
  height: 555px;
}
.zxjzBigBox{
  width: 1410px;
  height: 635px;
  /* background-color: #f7f7f7; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zxjzbjt.jpg);
  background-size:100%;
  margin-left: -66px;
  margin-bottom: 40px;
}
.main-book .book-list {
  width: 205px;
  border: 1px solid #c11920;
  float: right;
  box-shadow: 0px 2px 4px 2px #dbdbdb;
  margin-top: 50px;
  margin-right: 75px;
}
.videoBoxrightImg{
  width: 275px;
  height: 185px;
}
.book-title li {
  font-size: 20px;
  height: 45px;
  text-align: left;
  padding-left: 44px;
  line-height: 54px;
  /* margin-top: 10px; */
  margin-top: 5px;
  position: relative;
}
.zhengjingTiao{
  display: inline-block;
  width: 310px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhengzhiTiao.png);
  margin-right: 35px;
  margin-left: -20px;
}
.zhengjingTiao1{
  display: inline-block;
  width: 310px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhengzhiTiao.png);
  margin-left: 8px;
  margin-right: 33px;
}
.zhengjingTiao2{
  display: inline-block;
  width: 310px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/zhengzhiTiao.png);
  margin-left: -25px;
}
.wenhuaTiao{
  display: inline-block;
  width: 480px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/wenhuaTiao.png);
  margin-top: 45px;
  margin-left: -722px;
}
.fazhiTiao{
  display: inline-block;
  position: absolute;
  top: 43px;
  left: 950px;
  width: 305px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/fazhiTiao.png);
}
.yjglTiao{
  display: inline-block;
  position: absolute;
  top: 43px;
  left: 1015px;
  width: 245px;
  height: 20px;
  /* border: 5px solid #f6f6f6;
  background-color: #f6f6f6; */
  background: url(http://f2.fj.chinanews.com/2022/images/index/fazhiTiao.png);
}



.book-title li::before {
  position: absolute;
  left: 20px;
  top: 22px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #c11920;
}
.book-title li::after {
  content: "";
  margin-bottom: 2px;
  display: block;
  width: 45px;
  height: 1px;
  position: relative;
  bottom: 2px;
  border-bottom: solid 1px #c73037;
}
.book-title li:first-child {
  /* margin-top: 23px; */
}
.book-title li:last-child {
  margin-bottom: 38px;
}
.book-title li:last-child::after {
  content: "";
  width: 0;
}
.book-title li a:hover {
  color: #c11920 !important;
}
.book-one {
  width: 420px;
  margin-left: 50px;
  float: left;
}
.book-one .img-box {
  width: 100%;
  height: 570px;
}
.book-one img:hover {
  transform: scale(1.2);
  /* 放大1.2倍 */
}
.book-one p {
  font-size: 16px;
  border-left: 1px solid #c11920;
  padding-left: 20px;
}
.book-two {
  width: 460px;
  margin-left: 47px;
  float: left;
}
.book-two li {
  display: inline-block;
  margin-bottom: 35px;
}
.book-two li:nth-child(2n) {
  margin-left: 35px;
}
.book-two .img-box {
  width: 210px;
  height: 285px;
}
.book-two .img-shadow {
  height: 60px;
  position: relative;
  top: 224px;
  left: 0;
  line-height: 80px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.book-two img:hover {
  transform: scale(1.2);
  /* 放大1.2倍 */
}
.section-footer {
  /* margin-top: 200px; */
  width: 1900px;
  height: 275px;
  min-width: 1260px;
  background: url(http://f2.fj.chinanews.com/2022/images/index/zuixiamian.jpg) no-repeat  bottom;
  /* background-image: url(http://f2.fj.chinanews.com/2022/images/index/footer.png); */
  
}
.friends-link {
  border-color: #fff;
}
.friends-link-title {
  border-color: #fff;
  color: #fff;
  font-weight: unset;
}
.friends-ul > li > span {
  color: #fff;
  font-weight: unset;
}
.copyright {
  color: #fff;
  font-size: 13px;
}
.copyright a {
  color: #fff;
}
.slider-news {
  position: relative;
}
.swiper-container {
  height: 135px;
}

.swiper-slide {
  height: 100%;
  text-align: center;
  position: relative;
}
.swiper-slide h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  color: #000000;
  font-weight: bold;
}
.swiper-slide a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
}
.swiper-slide p {
  margin: 0;
  font-size: 16px;
  color: #7a7a7a;
}
.dijiBox {
  margin-bottom: 45px;
}
.dijiImg{
  float: left;
  width: 150px;
  height: 92px;
}
.dijiText{
  margin-left: 170px;
  padding-top: 20px;
  overflow:hidden; 
text-overflow:ellipsis;
height: 40px;
font-size: 16px;
font-weight: 600;
}

.zxjzTexts{
  margin-bottom: 10px;
    display: inline-block;
    width: 350px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 16px;

}
.zxjzTexts:hover{
  color:#cb161b;
  cursor:pointer
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #B5B5B5;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #DA0010;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.newsclass-section-tlist li:first-child {
  margin-bottom: 40px;
}
.common-frame {
  display: block;
  width: 1260px;
  height: 110px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.common-frame-l {
  height: 100%;
  width: 830px;
  float: left;
  font-size: 0;
}
.common-frame-r {
  height: 100%;
  width: 383px;
  float: right;
  font-size: 0;
}
.zxyc-swiper-container {
  width: 528px;
  height: 487px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.zxyc-swiper-container .main {
  width: 528px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: #5e5f5e;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 68px;
  margin-top: -34px;
  border-radius: 5px;
  z-index: 10;
  cursor: pointer;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline-width: 0;
}
.swiper-button-next {
  right: 17px;
}
.swiper-button-prev {
  left: 17px;
}
.swiper-button-next:before,
.swiper-button-prev:before,
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 0;
  height: 0;
  border-radius: 10px;
  border-style: solid;
  border-width: 20px 0 20px 18px;
  border-color: transparent transparent transparent #bfc0b8;
  display: inline-block;
  content: '';
}
.swiper-button-prev:before {
  left: auto;
  right: 11px;
  border-width: 20px 18px 20px 0;
  border-color: transparent #bfc0b8 transparent transparent;
}
.swiper-button-prev:after {
  left: auto;
  right: 5px;
  border-width: 20px 18px 20px 0;
  border-color: transparent #000000 transparent transparent;
}
.swiper-button-next:after {
  left: 5px;
  border-color: transparent transparent transparent #000000;
}
.content {
  position: relative;
}
.ad {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.ad:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  content: "广告";
  display: inline-block;
}
.header-top-new {
  padding-top: 60px;
  margin: 0 auto;
  height: 80px;
  width: 1260px;
  font-size: 0;
}
.header-top-new .logo-new {
  width: 290px;
  background: url(http://f2.fj.chinanews.com/2022/images/news/logo.png) no-repeat center center;
  background-size: 100% 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.header-top-new .nav-new {
  background-color: unset;
  width: 865px;
  display: inline-block;
  margin-left: 45px;
  vertical-align: top;
}
.header-top-new .nav-container-new a {
  font-size: 18px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-left: 28px;
}
.content.clearfix.space {
  /* margin-left: 320px; */
}
.header-top-new .action {
  color: #000 !important;
}
.status-bar {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: right;
}
.status-bar .colum-title {
  font-size: 38px;
  color: #fff;
  text-shadow: -2px 4px #d1202a, -3px 5px #000;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.status-bar .search-box {
  display: inline-block;
  vertical-align: text-bottom;
  border-left: 2px solid #fff;
  padding-left: 30px;
}
.status-bar .search-input {
  border-radius: unset;
  border: 1px solid #fff;
  background: unset;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  width: 200px;
}
.status-bar .search-input input {
  background: unset;
  padding-left: 5px;
}
.new-top {
  height: 490px;
  margin-top: 30px;
  position: relative;
  background-image: url(http://f2.fj.chinanews.com/2022/images/news/new_top_bg.png);
  background-size: 100% 100%;
}
.new-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.new-swiper-container .swiper-box {
  width: 1204px;
}
.new-swiper-container .img-box {
  width: 778px;
  height: 100%;
  float: left;
}
.new-swiper-container .new-title {
  float: right;
  width: 366px;
  padding: 30px;
}
.new-swiper-container .new-title .title {
  font-size: 28px;
  text-align: justify;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 30px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.new-swiper-container .new-title .title:hover {
  color: #c11920;
  text-decoration: underline;
}
.new-swiper-container .new-title .describe {
  border-top: 1px solid #000;
  padding-top: 50px;
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
  text-indent: 2em;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #595959;
}
.swiper-button-box {
  position: absolute;
  right: 50px;
  bottom: 60px;
}
.swiper-button-box .blank {
  display: inline-block;
  position: relative;
  float: none;
  margin-top: unset;
}
.swiper-button-box .button-next {
  margin-left: 15px;
}
.new-content {
  box-sizing: border-box;
  margin-top: 80px;
  padding: 35px 80px 65px 30px;
}
.list-summary {
  text-align: justify;
  text-indent: 2em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.juzhenright{
  height: 275px;
  width: 380px;
  float: left;
  padding-left: 30px;
  padding-right: 75px;
  background-color: #e5e5e5;
}
.juzhenrightText{
  margin-top: 10px;
  height: 42px;
}
.juzhenrightText:nth-child(1){
  margin-top: 20px;
}
.juzhenleft{
  width: 540px;
  float: left;
  background-color: #e5e5e5;
  height: 275px;
  display: inline-block
}
.juzhenleft {
  border-right: 1px solid #b3b3b3;
}
.juzhenleft h5{
  font-size: 20px;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px
}
.juzhenleftText{
  padding-left: 30px;
  padding-right: 30px;
  line-height: 30px;
}
.juzhen {
  width: 1027px;
  height: 300px;
  /* background-color: #f6f6f6; */
  padding-top: 50px;
  margin-left: 70px;
}
.juzhenImg{
  margin-left: 68px;
}
.juzhenImgs{
  margin-top: 30px;
  margin-right: 15px;
  width: 330px;
  height: 210px;
}
.juzhenImgs:hover{
  transform: scale(1.1);
cursor:pointer;
}
.juzhenImgs:nth-child(3){
  margin-right: 0px;
}
.news-list {
  border-bottom: 1px solid #b6b6b6;
}
.news-list .inline-date {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
}
.news-list .list-more {
  color: #c11920;
  float: right;
  cursor: pointer;
}
.news-list:last-child {
  border-bottom: unset;
}
.news-list-i {
  padding: 15px 0;
  display: list-item;
  opacity: 1;
}
.news-list-i h2 > a:hover {
  color: #c11920;
  text-decoration: underline;
}
.news-list-i:first-child {
  padding-top: 40px;
}
.dot {
  position: absolute;
  top: 50%;
  margin-left: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c11920;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dot:nth-child(1) {
  margin-left: -45px;
}
.dot:nth-child(2) {
  margin-left: -35px;
}
.dot:nth-child(3) {
  margin-left: -25px;
}
.page {
  margin-top: 60px;
}
.jp-hidden {
  display: none !important;
}
.content-left {
  width: 747px;
  float: left;
}
.content-left img {
  width: 260px;
  height: 180px;
}
.content-left .news-list {
  border-bottom: 1px dashed #b6b6b6;
}
.content-left .inline-date {
  margin-top: 15px;
  bottom: -5px;
  text-align: right;
  background: transparent;
}
.content-left .list-summary {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.content-right {
  float: right;
  width: 335px;
}
.newsclass-section {
  background: #f1f1f1;
  padding-top: 10px;
  margin-top: 45px;
}
.newsclass-section .newsclass-section-title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 20px;
  border-left: 5px solid #c11920;
  padding-left: 10px;
}
.newsclass-section .newsclass-section-list {
  background: #f1f1f1;
}
.newsclass-section .newsclass-section-tlist {
  padding: 15px;
}
.newsclass-section .newsclass-section-tlist li {
  margin: 20px auto;
}
.newsclass-section .newsclass-section-tlist li > a:hover {
  color: #c11920;
  text-decoration: underline;
}
.newsclass-section .newsclass-section-tlist li:first-child {
  margin-bottom: unset;
}
.new-show {
  padding: 70px 0;
}
.new-show .search-input {
  border: 1px solid #bababa;
}
.new-show .search-input input::input-placeholder {
  color: #bababa;
}
.new-show .search-input input::-webkit-input-placeholder {
  color: #bababa;
}
.new-show .search-input input::-moz-placeholder {
  color: #bababa;
}
.new-show .search-input input::-moz-placeholder {
  color: #bababa;
}
.new-show .search-input input::-ms-input-placeholder {
  color: #bababa;
}
.new-show .search-input > i {
  background: url(http://f2.fj.chinanews.com/2022/images/show/icon_search.png) #c11920 center center no-repeat;
}
.new-show .search-box {
  border-left: unset;
}
.bread-crumb {
  vertical-align: top;
  line-height: 35px;
  float: left;
}
.article {
  padding: 0 60px;
  width: auto;
}
.article .content {
  width: 100%;
  text-align: justify;
}
.article .article-content {
  border-bottom: unset;
}
.article .article-title {
  font-size: 36px;
  text-align: left;
  margin-bottom: 0;
}
.article .article-info {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 2;
}
.article-info .article-share > a {
  vertical-align: middle;
  display: inline-block;
  float: none;
  font-size: inherit;
  padding: 0;
  line-height: normal;
  background: none;
  margin: 0 0 0 20px;
  height: 34px;
  width: 40px;
}
.article-info .article-share > a.wx {
  width: 41px;
  background: url(http://f2.fj.chinanews.com/news/icon_wechat.png) no-repeat;
}
.article-info .article-share > a.wb {
  background: url(http://f2.fj.chinanews.com/news/icon_weibo.png) no-repeat;
}
.article-info .article-share > a.qq {
  background: url(http://f2.fj.chinanews.com/news/icon_qq.png) no-repeat;
}
.article-related {
  width: 100%;
  margin-top: 45px;
  padding: 0 70px;
  background-color: #eeeeee;
  box-sizing: border-box;
}
.article-related .related-section .section-article-list {
  padding-left: unset;
}
.article-related .section-img-list {
  padding-left: unset;
}
.article-related .section-img-list li {
  width: 245px;
  margin-left: 23px;
}
.article-related .section-img-list li > a:hover {
  color: #c11920;
  text-decoration: underline;
}
.article-related .section-img-list li img {
  height: 150px;
}
.article-related .section-img-list li p {
  margin-bottom: unset;
  line-height: 30px;
}
.article-related .section-img-list li p::after {
  content: "";
  margin-bottom: 2px;
  display: block;
  width: 42px;
  height: 1px;
  position: relative;
  bottom: -1px;
  border-bottom: solid 1px #c73037;
}
.line {
  margin-top: 65px;
  border-top: 1px solid #b5b5b5;
}
.device .swiper-container {
  height: 600px;
}
.detail_show {
  background: url(http://f2.fj.chinanews.com/2022/images/show/header.png) no-repeat center top #f5f5f5;
}
.phone-top {
  display: none;
}
@media (max-width: 768px) {
  .phone-top {
    width: 100%;
    background-color: #d90916;
    overflow: hidden;
    height: 52px;
    display: block;
  }
  .top_nav {
    text-align: center;
    color: #fff;
  }
  .phone-top .top_nav a {
    font-size: 22px;
    font-family: 微软雅黑;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
  }
  .header-top {
    display: none;
  }
  .article .article-info .article-share {
    display: none;
  }
  .article .article-video video,
  .article .article-video object {
    width: 100%;
  }
  .header-top-new,
  .status-bar,
  .main-box .article-related {
    display: none;
  }
  .detail_show {
    background: unset;
  }
  .detail_show .main-box {
    width: 100%;
    padding-bottom: 10px;
  }
  .detail_show .main {
    background: unset;
    box-shadow: unset;
    width: 100%;
    padding: 0 20px;
  }
  .detail_show .article {
    padding: unset;
  }
  .detail_show .content-main {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: unset;
  }
  .detail_show .content-main img {
    width: 85%;
  }
  .article .article-content {
    border-bottom: 1px solid #a0a0a0;
  }
  .article .article-content p {
    margin: 15px 0;
    font-size: 27px;
    line-height: 48px;
  }
  .article .article-title {
    text-align: center;
  }
  .article .article-info {
    line-height: unset;
    font-size: 16px;
  }
  .line {
    display: none;
  }
  #articleSwiper .swiper-container {
    width: 100%;
    height: 300px;
  }
  .section-footer {
    height: auto;
    padding: 20px 0;
    min-width: unset;
    margin-top: unset;
  }
  .footer-content .copyright {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 0;
  }
  .footer-content .friends-link {
    display: none;
  }
}










.coliA {
  display: block;
  height: 42px;
  margin-bottom: 10px;
}

.wenhuaA {
  display: block;
  height: 42px;
  margin-top: 5px;
}